body{
    background-color: rgb(15, 121, 140);
    font-family: system-ui;
    overflow-x: hidden;
}
:root {
    --header-height: 3rem;
    --hue-color: 206;
    --black-color: hsl(var(--hue-color), 4%, 4%);
    --black-color-alt: hsl(var(--hue-color), 4%, 8%);
    --title-color: hsl(var(--hue-color), 4%, 95%);
    --text-color: hsl(var(--hue-color), 4%, 75%);
    --text-color-light: hsl(var(--hue-color), 4%, 65%);
    --white-color: #FFF;
    --body-color: hsl(var(--hue-color), 4%, 6%);
    --container-color: hsl(var(--hue-color), 4%, 10%);
    --text-gradient: linear-gradient(hsl(var(--hue-color), 4%, 24%), hsl(var(--hue-color), 4%, 8%));
    --scroll-thumb-color: hsl(var(--hue-color), 4%, 16%);
    --scroll-thumb-color-alt: hsl(var(--hue-color), 4%, 20%);
    --body-font: 'Poppins', sans-serif;
    --biggest-font-size: 4rem;
    --bigger-font-size: 3.5rem;
    --big-font-size: 2.4rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1.125rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    --text-line-height: 2rem;
    --font-medium: 500;
    --font-semi-bold: 600;
    --mb-0-5: .5rem;
    --mb-0-75: .75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --z-tooltip: 10;
    --z-fixed: 100;
  }

/* navbar styling */
.navbar{
    position: fixed;
    width: 100%;
    margin-top: -2%;
    z-index: 999;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;

}
.navbar.sticky{
    padding: 15px 0;
    background-color:rgb(255, 255, 255);
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo{
    position: fixed;
    left: 5%;
}
.navbar .logo a{
    color:aqua;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
}
.navbar .logo a span{
    color:rgb(248, 248, 248);
    transition: all 0.3s ease;
}
.navbar.sticky .logo a span{
    color: rgb(0, 0, 0);
}
.navbar .menu li{
    position: relative;
    left: 57%;
    list-style: none;
    display: inline-block;
    text-decoration: none;
}
.navbar .menu li a{
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
    text-decoration: none;
}
.navbar .menu li a:hover{
    color:aqua
}

.navbar.sticky .menu li a{
    color: #111;
}
.navbar.sticky .menu li a:hover{
    color:aqua;
}

/* menu btn styling */
.menu-btn{
    color: aqua;
    font-size: 23px;
    cursor: pointer;
    display: none;
}
/*hada houa loun */
.container{
    position: absolute;
    width:100%;
    height:100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    background:url("../images/main-background.webp") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
}
.header{
    position: absolute;
    top:0;
    width:100%;
    z-index: 1111;
    padding:10px;
}
.header .logo{
    width:40px;
    height:40px;
    display: inline-block;
}
.header ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    transform: translate(0,-14px);
}
.header li{
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
}
.directional{
    position: absolute;
    bottom:10px;
    width:100%;
    text-align: center;
    z-index: 3;
}
#prev{
    position: relative;
    left: -45%;
}
#next{
    position: relative;
    left: 45%;
}

.directional button{
    width:50px;
    height:50px;
    margin-top: 0;
    margin-bottom: 0;
    color:#000000;
    background-color:#06dabd;
     border-radius: 30px;
    border:none;
    opacity:1;
}
.directional button:hover{
    background: aqua;
    box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .directional button:hover::before{
        -webkit-animation: sh02 0.5s 0s linear;
        -moz-animation: sh02 0.5s 0s linear;
        animation: sh02 0.5s 0s linear;
    }
#slide{
    position: relative;
    width:100%;
    height:100%;
}
#slide .item{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}
#slide .item .image{
    position: absolute;
    top:0;
    left: 15px;
    width:100%;
    height:100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    opacity: 0;
    transform: scale(3);
    transition: 1.5s;
}

#slide .item .image img{
    position: absolute;
    top: 0%;
    left:50%;
    width:50%;
    transition: 0.5s;
}
#manet{
    width:70%; 
}
#slide .item .image::before{
    position: absolute;
    bottom:-30px;

    height:60px;
    width:60%;
    background-color: #000;
    content:'';
    z-index: -1;
    border-radius: 50%;
    filter:blur(30px)
}
#slide .item .image img:hover{
    transform: scale(1.1);
}
.content .left{
    position: absolute;
    left:40px;
    top:15%;
    display: none;
}
.content .left h1{
    position:relative;
    line-height: 6rem;
    font-size: var(--biggest-font-size);
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
}
p {
    margin-top: -50px;  
    max-width: 550px;
    font-size: 19px;
    font-family: 'orbitron';
    font-weight:600;
    color: #ffffff;  /* Sets a maximum width of 700 pixels */
  }
  
.content .left .des{
    font-size: small;
    font-weight: 100;
    opacity: 1;
    margin-bottom:20px;
    color:#ff0000;
}
.content .left h4{
    position:relative;
    top:-50px;
    right:0px;
    background: none;
    border: none;
    font-weight: 700;
    font-size: var( --big-font-size);
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
}
.content .left button{
    position:relative;
    right:7px;
    top:-85px;
    background: none;
    border: none;
    font-weight: 600;
    font-size: var( --big-font-size);
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
}
.content .left button i:nth-child(1){
    margin-left: 10px;
}
.content .right{
    position: absolute;
    right:40px;
    top:15%;
    display: none;
}
.content .right h2{
    font-size: large;
    font-weight: 500;
    margin-bottom:10px;
    color:#000000;
}
.content .right ul{
    padding: 0;
    margin:0;
    list-style: none;
    color:#ffffff;
}

.content .right li h5{
    font-size:large;
    position: relative;
    margin-top: 20px;
    color: #000000;
}

.content .right li p:nth-child(1){
    font-weight: 500;
    padding:0;
    margin:0;
}
.content .right li p:nth-child(2){
    font-weight: 100;
    padding:0;
    margin:0;
    font-size: x-small;
}
#slide .item:nth-child(1) .image{
    opacity: 0;
    transform: scale(0) translate(-100px);
}
#slide .item:nth-child(2) .image{
    opacity: 1;
    transform: scale(1);
}
#slide .item:nth-child(2){
    z-index: 3;
}
.scroll-up-btn{
    opacity: 0;
}
@keyframes contentOut {
    from{
        opacity: 1;
    transform: translate(0,0);
    }to{
        opacity: 0;
        transform: translate(0,-100%);
        filter:blur(113px)
    }
}
@keyframes contentIn {
    from{
        opacity: 0;
    transform: translate(0,100%);
    filter:blur(33px)
    }to{
        opacity: 1;
        transform: translate(0,0);
    }
}
#slide .item:nth-child(1) .left,
#slide .item:nth-child(1) .right,
#slide .item:nth-child(2) .left,
#slide .item:nth-child(2) .right{
    display: block;
}
#slide .item:nth-child(1) .left,
#slide .item:nth-child(1) .right{
    animation:contentOut 1s ease-in-out 1 forwards
}
#slide .item:nth-child(2) .left,
#slide .item:nth-child(2) .right{
    animation:contentIn 1s ease-in-out 1 forwards
}
.purposer{
    color:#ffffff;
    font-size:x-large;
}
@media (max-width: 947px){
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .menu-btn i{
        content: "\f00d";
        position: fixed;
        RIGHT: 3%;
        top:5%;
    }
    .navbar .logo{
        position: fixed;
        RIGHT: 23%;
        top:4%;
        text-decoration: none;
    }
    .menu-btn i.active:before{
        content: "\f00d";
        position: fixed;
        RIGHT: 3%;
    }
    .navbar .menu{
        position: fixed;
        height: 200vh;
        width: 100%;
        left: -120%;
        top: -5%;
        background:#111;
        text-decoration: none;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left: -5%;
    }
    .navbar .menu li{
        display: block;
        position: relative;
        left:0%;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }
   
    .content .left h1{
        position:absolute;
        top:100px;
        margin-left: -30px;
        font-size: 26px;
        font-weight: 700;
        opacity: 1;
        color:#111;
    }
    .content .left h4{
        position:absolute;
        top:165px;
        left:-27px;
        color:#fffdfd;
        font-size: medium;
        font-weight: 600;
    }
    .content .left button{
        position:absolute;
        top:210px;
        left:-60%;
        font-size:13px;
        background: none;
        border: none;
        font-weight: 700;
        color:#ffffff;
    }
    .content .right{
        position: absolute;
        font-size: smaller;
        right:10px;
        top:18%;
        display: none;
    }
    .content .right h2{
        position:relative; 
        top:10px;
        font-size: smaller;
        font-weight: 700;
        margin-bottom:10px;
        color:#000000;
        opacity: 1;
    }
    .content .right ul h4{
        padding: 0;
        font-size: smaller;
        margin:0;
        list-style: none;
        color:#ffffff;
    }
    .content .right ul h5{
        padding: 0;
        font-size: smaller;
        margin:0;
        list-style: none;
        color:#000000;
    }
    .content .right li::before{
        opacity: 0;
    }
    #slide .item .image img{
        position: absolute;
        left:10%;
        top:40%;
        width:75%;
        transition: 0.5s;
    }
    .directional{
        position: absolute;
        bottom:40%;
        width:100%;
        text-align: center;
        z-index: 3;
    }
    #prev{
        position: relative;
        left: -37%;
    }
    #next{
        position: relative;
        left: 37%;
    }
    .directional button{
        width:40px;
        height:40px;
        margin-top: 0;
        margin-bottom: 0;
        color:#000000;
        background-color:#06dabd;
         border-radius: 30px;
        border:none;
        opacity:1;
    }
    p{
        opacity: 0;
    }
    
}


